Clone<T> Method

Summary
Perform a deep Copy of the object.
Syntax
C#
VB
C++
public static T Clone<T>( 
   T source 
) 
  
Public Shared Function Clone(Of T)( _ 
   ByVal source As T _ 
) As T 
public: 
static _T^_ Clonegeneric<typename T> 
(  
   _T^_ source 
)  

Parameters

source
The object instance to copy.

Type Parameters

T
The type of object being copied.

Return Value

The copied object.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.